.project1 {

    max-width: 60%;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    padding-top: 3%;
    padding-left: 6vw;
}

.project1 .title {
    display: flex;
    max-width: 38vw;
    margin-top: 20vh;
    justify-content: space-between;
}


.project1 h2 {
    font-size: 1.1rem;
    letter-spacing: 0.17rem;
    position: relative;
}

.project1 .title p {
    font-size: 0.7rem;
    letter-spacing: 0.17rem;
    line-height: 1.5rem;
    width: 15vw;
    margin-left: 3vw;
}

.rectangle {
    width: 35vw;
    height: 40vh;
    background-color: rgb(85, 110, 108);
    margin-left: 25%;
    position: absolute;
    margin-top: 22vh;
    z-index: -1;
}

.project1 img {
    display: flex;
    width: 60%;
    height: auto;
    margin-left: 20%;
}

.project1 a {
    text-decoration: none;
    color: black;
    font-size: 0.7rem;
    line-height: 1.5rem;
    letter-spacing: 0.17rem;

}

.project1 .more {
    font-weight: bold;
    margin-left: 3vw;
}